home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / clipper / ks94an.zip / FCRC.HDR < prev    next >
Text File  |  1994-04-25  |  612b  |  27 lines

  1. /******************************************************************************
  2.                  The Klipper Library, for CA-Clipper 5.x
  3.         Copyright (c), 1994, Wallace Information Systems Engineering
  4.  
  5. FUNCTION:
  6.  
  7. _cFCRC(cString) --> cCRCStamp
  8.  
  9. PARAMETERS:
  10.  
  11. cString: string to be CRC'd
  12.  
  13. SHORT:
  14.  
  15. Generate CRC on a string.
  16.  
  17. DESCRIPTION:
  18.  
  19. This function is the engine behind the CRC() function.  You should use that
  20. function and not this one directly, as it provides greater flexibility.
  21.  
  22. NOTE:
  23.  
  24. EXAMPLE:
  25.  
  26. ******************************************************************************/
  27.